efi: Support building a u-boot-app.efi executable
authorSimon Glass <[email protected]>
Tue, 4 Aug 2015 18:33:43 +0000 (12:33 -0600)
committerSimon Glass <[email protected]>
Wed, 5 Aug 2015 14:44:05 +0000 (08:44 -0600)
commit08aeb8b5fe7381a23e8f207744095814c17932ff
tree187e49f4883f8743de24e052be195099e2474133
parent3f1c046cea8db2495b55a2b924f2f1b60c9997db
efi: Support building a u-boot-app.efi executable

Add support for building U-Boot as an EFI application with a .efi suffix.
This can be loaded by EFI provided that EFI has the same bit width (32-
or 64-bit) as U-Boot. This unfortunate limitation is imposed by EFI.

Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Makefile